/*底部容器*/
.page_footer_box{
    width: 99vw;
    min-width: 1000px;
    background-color: #f5f5f5;
}

/*底部信息内容区*/
.page_footer_box .page_footer{
    width: 1000px;
    margin: 0 auto;
    background-color: #f5f5f5;
}
.page_footer .link_tip, .page_footer .link_items, .page_footer .web_info{
    width: 1000px;
}

/*友情链接*/
.page_footer .link_tip{
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 4rem;
    border-bottom: 1px solid #dbdbdb;
    color: #acacac;
}

/*友情链接项*/
.page_footer .link_items{
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 14px;
    border-bottom: 1px solid #dadada;
}
.link_items li{
    height: 64px;
    line-height: 64px;
    color: #707070;
    cursor: pointer;
}
.link_items li img{
    vertical-align: middle;
}

/*网站声明*/
.page_footer .web_info{
    margin-top: 2rem;
    text-align: center;
    font-size: 14px;
    color: #6f6f6f
}
.page_footer .web_info li{
    height: 2rem;
    line-height: 2rem;
}
.footer_area{
    width: 100%;
    min-height: 180px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.web_logo {
    width: 100px;
    height: 100px;
    background-image: url("/2021/imgs/footer/footerLogo.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 33px;
    left: 49px;
}
.web_logo:after {
    content: '';
    width: 1px;
    height: 100px;
    background-color: #eee;
    position: absolute;
    left: 141px;
    top: 10px;
}
.qrcode-logo{
    width: 100px;
    height: 100px;
    background-color: #F4F4F4;
    background-image: url("/2021/imgs/footer/qrcode.jpg");
    background-size: 92px 92px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 31px;
    right: 161px;
}
.qrcode-logo .wx-text{
    width: 100%;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    position: absolute;
    bottom: 25px;
    right: -110px;
}
